home *** CD-ROM | disk | FTP | other *** search
/ TeX 1995 July / TeX CD-ROM July 1995 (Disc 1)(Walnut Creek)(1995).ISO / macros / text1 / cms_help_files / lin.helpmark < prev    next >
Encoding:
Text File  |  1991-10-23  |  3.3 KB  |  70 lines

  1. +-----------------------------------------------------------------------------+
  2. |                                 leftindent                                  |
  3. +-----------------------------------------------------------------------------+
  4.  
  5. Abbreviation:  π|\linπ%
  6.  
  7. Parameters:    π|unit of measureπ%
  8.  
  9.     π|Description:π%
  10. The  \lin markup  indents text  from  the left  margin.    The value  may be
  11. relative,  e.g., {+.5in},  which  adds (or  subtracts)  the amount  from the
  12. current left margin  or current indent (if  one is in effect).   The default
  13. for left indent is zero.   The indentation remains until another \leftindent
  14. overrides it.  This markup causes a break in text.
  15.  
  16.     π|Example:π%
  17. from Camus: The rock should be left at the bottom,
  18. because of the inevitability of entropic direction.
  19. \vs{9pt}
  20. \leftindent{+1in}
  21.  
  22. What I have read doesn't make any sense. How can
  23. minerals influence human social behavior, any more
  24. than gravity? This theory is 'on the rocks.'
  25. \par
  26. \leftindent{-1in}
  27. \rightline{Clay Gneiss}
  28.  
  29. +-----------------------------------------------------------------------------+
  30. |                                                                             |
  31. |                                                                             |
  32. | from  Camus:   The rock  should  be left  at  the bottom,  because  of the  |
  33. | inevitability of entropic direction.                                        |
  34. |               What I have  read doesn't make any sense.   How can minerals  |
  35. |           influence human  social behavior, any  more than gravity?   This  |
  36. |           theory is 'on the rocks.'                                         |
  37. |                                                                Clay Gneiss  |
  38. |                                                                             |
  39. +-----------------------------------------------------------------------------+
  40.  
  41.     π|Notes:π%
  42.  
  43. You can also use  grouping to limit the effects of  the \leftindent.  If you
  44. do, be  sure that the last paragraph  to be indented is  followed by a \par.
  45. The above  illustration could also  have been accomplished  with grouping as
  46. illustrated on the next page.
  47.  
  48. from Camus: The rock should be left at the bottom,
  49. because of the inevitability of entropic direction.
  50. \vs{9pt}
  51. {\leftindent{+1in}
  52. What I have read doesn't make any sense. How can
  53. minerals influence human social behavior, any more
  54. than gravity? This theory is 'on the rocks.'
  55. \par
  56. }
  57. \rightline{Clay Gneiss}
  58.  
  59. +-----------------------------------------------------------------------------+
  60. |                                                                             |
  61. | from  Camus:   The rock  should  be left  at  the bottom,  because  of the  |
  62. | inevitability of entropic direction.                                        |
  63. |                                                                             |
  64. |               What I have  read doesn't make any sense.   How can minerals  |
  65. |           influence human  social behavior, any  more than gravity?   This  |
  66. |           theory is 'on the rocks.'                                         |
  67. |                                                                Clay Gneiss  |
  68. |                                                                             |
  69. +-----------------------------------------------------------------------------+
  70.